Head


example

Following is an example of script file with 2 settings inside the HEAD section:

<TREE_SCRIPT> 1.01
    <HEAD>
      # assigning default dots colors for all levels (inheritance):
      <DotsChildrenMenuColor> white

      # assigning default background colors level by level:
      <BgChildrenMenuColor> black, gray, green

    </HEAD>
    <BODY>
      <LINK> Text=dummy, UrlSource=dummy.html
    </BODY>
</TREE_SCRIPT>

Note: